Esx Settings Clusters Configuration Drafts ValidationErrors

Esx Settings Clusters Configuration Drafts ValidationErrors
Esx Settings Clusters Configuration Drafts ValidationErrors

The Esx Settings Clusters Configuration Drafts ValidationErrors schema contains schema-based validation errors for a given property.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "display_path": [
        "string"
    ],
    "errors": [
        {
            "hosts": [
                "string"
            ],
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "type": "string",
            "pattern": "string",
            "expected_type": "string",
            "instance_id": "string",
            "property_name": "string",
            "maximum_length": 0,
            "minimum_length": 0,
            "maximum_value": 0,
            "minimum_value": 0,
            "dependency_error": {
                "required_value": "string",
                "current_value": "string",
                "possible_values": "string"
            },
            "component": "string",
            "group": "string",
            "key": "string",
            "path": "string",
            "required_property": "string"
        }
    ]
}
array of string
display_path
Required

A list of the display names for components of the property path.

This property was added in vSphere API 8.0.2.0.

errors
Required

Localized error message describing the validation error.

This property was added in vSphere API 8.0.2.0.